home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_222 / plplot / scratch < prev   
Text File  |  1992-05-06  |  2KB  |  37 lines

  1. ; I had problems with the LMKFILE when I wanted to remake the library
  2. ; from scratch.  It barfed if I tried to pass to many source files to
  3. ; the compiler.  Normally you shouldn't need to execute this script.
  4. ; If you've only changed a few routines use LMK instead.  But in
  5. ; case of disaster try this.  After you start it, take a break and
  6. ; go get a pizza. No, wait, sorry, that was a flashback to my IBM
  7. ; PC days.  Pop open a new window and do something else :-):-)
  8. delete lib/plplot.lib      ; delete old library
  9. copy nil: lib/plplot.lib   ; create an empty new one
  10. touch src/plabv.c src/pladv.c src/plbeg.c src/plbin.c src/plbox.c
  11. touch src/plccal.c src/plclr.c src/plcntr.c src/plcol.c src/plcont.c
  12. touch src/plcvec.c src/pldeco.c src/pldtik.c src/plend.c src/plenv.c
  13. lmk
  14. touch src/plerrx.c src/plerry.c src/plerx1.c src/plery1.c src/plfont.c
  15. touch src/plform.c src/plgra.c src/plgspa.c src/plhist.c src/plhrsh.c
  16. touch src/pljoin.c src/pllab.c src/pllclp.c src/plline.c src/plmtex.c
  17. lmk
  18. touch src/plnxtv.c src/plpoi1.c src/plpoin.c src/plptex.c src/plr135.c
  19. touch src/plr45.c src/plschr.c src/plsmaj.c src/plsmin.c src/plssym.c
  20. touch src/plstar.c src/plstik.c src/plstr.c src/plstrl.c src/plstyl.c
  21. lmk
  22. touch src/plsvpa.c src/plsym.c src/plsym1.c src/pltext.c src/plvpor.c
  23. touch src/plvsta.c src/plwind.c src/plxtik.c src/plxybx.c src/plxytx.c
  24. touch src/plytik.c src/plzbx.c src/plztx.c src/pl3cut.c src/plbox3.c
  25. lmk
  26. touch src/plgrid3.c src/plot3d.c src/plside3.c src/plt3zz.c src/plw3d.c
  27. touch src/define.c src/fatal.c src/fcnvrt.c src/genlin.c src/global.c
  28. touch src/icnvrt.c src/movphy.c src/movwor.c src/round.c src/setphy.c
  29. lmk
  30. touch src/setpxl.c src/setsub.c src/stindex.c src/strpos.c src/xform.c
  31. touch src/impress.c src/laserjetii.c src/tektronix.c src/Amiga.c
  32. touch src/font01.c src/font02.c src/font03.c src/font04.c src/font05.c
  33. lmk
  34. touch src/font06.c src/font07.c src/font08.c src/font09.c src/font10.c
  35. touch src/font11.c
  36. lmk
  37.